GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-28T15:54:13.9771812+00:00",
"SubmitDate": "2026-05-28T15:54:13.9771812+00:00",
"ReportPeriodStart": "2026-05-28T15:54:13.9771812+00:00",
"ReportPeriodEnd": "2026-05-28T15:54:13.9771812+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0af9cf06-bfcd-45ba-abb0-f0700e9462f4",
"Rows": [
{
"ItemId": "3a8eb3da-76e9-4241-998d-2367ead3faf9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a8eb3da-76e9-4241-998d-2367ead3faf9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0af9cf06-bfcd-45ba-abb0-f0700e9462f4",
"Rows": [
{
"ItemId": "3a8eb3da-76e9-4241-998d-2367ead3faf9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a8eb3da-76e9-4241-998d-2367ead3faf9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1a82cbdd-82ec-46df-81ff-09013d3d8bd4",
"8b2a5361-a3b0-47fd-b8ae-3f111ed59817"
],
"Approvers": [
"96387105-7e82-4cd1-bf86-2ae93d9752f5",
"7478d4c1-5075-4274-87a1-0b380673e6c8"
],
"ApprovedBy": "d24fa2d1-a47b-4f65-9756-f1f7e17f5ace",
"ApprovalDate": "2026-05-28T15:54:13.9771812+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "87480028-cd45-4e7d-a0df-1e2e5039dbc3",
"id": "63ada532-c803-4235-9d4a-37410fea0d76",
"ConfigId": "acd627f4-ccf9-4950-ba19-623a44a3bfa9"
},
{
"GenerationDate": "2026-05-28T15:54:13.9771812+00:00",
"SubmitDate": "2026-05-28T15:54:13.9771812+00:00",
"ReportPeriodStart": "2026-05-28T15:54:13.9771812+00:00",
"ReportPeriodEnd": "2026-05-28T15:54:13.9771812+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0af9cf06-bfcd-45ba-abb0-f0700e9462f4",
"Rows": [
{
"ItemId": "3a8eb3da-76e9-4241-998d-2367ead3faf9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a8eb3da-76e9-4241-998d-2367ead3faf9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0af9cf06-bfcd-45ba-abb0-f0700e9462f4",
"Rows": [
{
"ItemId": "3a8eb3da-76e9-4241-998d-2367ead3faf9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3a8eb3da-76e9-4241-998d-2367ead3faf9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1a82cbdd-82ec-46df-81ff-09013d3d8bd4",
"8b2a5361-a3b0-47fd-b8ae-3f111ed59817"
],
"Approvers": [
"96387105-7e82-4cd1-bf86-2ae93d9752f5",
"7478d4c1-5075-4274-87a1-0b380673e6c8"
],
"ApprovedBy": "d24fa2d1-a47b-4f65-9756-f1f7e17f5ace",
"ApprovalDate": "2026-05-28T15:54:13.9771812+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "87480028-cd45-4e7d-a0df-1e2e5039dbc3",
"id": "63ada532-c803-4235-9d4a-37410fea0d76",
"ConfigId": "acd627f4-ccf9-4950-ba19-623a44a3bfa9"
}
]